@charset "utf-8";

html {
  -webkit-font-smoothing: antialiased;
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  font-family: Arial, Microsoft Yahei;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: 400;
}

dl,
ol,
ul {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: 0;
}

a:active,
a:focus,
a:hover {
  outline: 0;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

textarea {
  resize: none;
  font-family: Arial;
}

img {
  vertical-align: middle;
  height: auto;
}

button,
input[type=button],
input[type=submit],
input[type=text] {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  border: none;
  outline: none;
  font-family: Microsoft Yahei;
}

body {
  color: #000;
  line-height: 1;
  min-width: 1280px;
  overflow-x: auto !important;
}

body * {
  box-sizing: border-box;
  line-height: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.header-shadow {
  
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.eps2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.eps3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#web-ietip {
  width: 526px;
  height: 90px;
  padding: 83px 0 0 84px;
  overflow: hidden;
  background: url(../css/ietip/browser.png) no-repeat center center;
  margin: 200px auto 0;
}

#web-ietip a {
  display: block;
  width: 65px;
  height: 80px;
  float: left;
}

.w {
  width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}

.w1 {
  width: 1280px;
  margin: 0 auto;
}

.cta-button-container {
  margin-top: 100px;
  position: relative;
  z-index: 10;
}

.cta-button {
  margin-top:20px;
  padding: 15px 40px;
  background-color: #0871FF;
  border: 0;
  border-radius: 10px;
  color: white;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: 0 10px 20px rgba(0,0,0,0.10), 0 6px 6px rgba(0,0,0,0.05);
  animation: shadow-pulse 1s infinite;
  cursor:pointer;
}

@keyframes shadow-pulse
{
     0% {
          box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
     }
     100% {
          box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
     }
}


/* 头部 */
.header {
  position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    background: #fff;
  /* max-width: 1920px; */
  min-width: 1280px;
  padding: 0 60px;
  height: 80px;
  line-height: 80px;
}

.header .h-a {
  width: 150px;
  height: 80px;
  line-height: 80px;
}

.header .h-a img {
  width: 100%;
}

.header .h-b {
  height: 80px;
  line-height: 80px;
}

.header .h-b .h-c {
  margin-right: 58px;
}

.header .h-b .h-c .item {
  float: left;
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  color: #333333;
  margin-left: 63px;
}

@media(max-width:1450px) {
  .header .h-b .h-c .item {
    /* margin-left: 40px; */
  }

  .h-i {
    padding: 0 20px;
  }
}

.header .h-b .h-c .item:nth-child(1) {
  margin-left: 0;
}

.header .h-b .h-c .active {
  color: #1e69b3;
}

.header .h-b .h-d {
  width: 170px;
  height: 32px;
  margin-top: 24px;
  background-color: #eeeeee;
}

.header .h-b .h-d input {
  border: none;
  outline: none;
  font-size: 16px;
  height: 20px;
  margin: 5px 10px;
  width: 112px;
  color: #333333;
  background: #eeeeee;
}

.header .h-b .h-d img {
  margin-right: 7px;
  margin-top: 7px;
  cursor: pointer;
}

/* 侧栏 */
.side {
  position: fixed;
  top: 60%;
  right: 0;
  z-index: 98;
}

.side .side-item {
  position: relative;
  width: 80px;
  height: 90px;
  margin-bottom: 2px;
  text-align: center;
  background-color: #acadaf;
  cursor: pointer;
}

.side .side-item img {
  margin-top: 23px;
  margin-bottom: 15px;
}

.side .side-item p {
  font-size: 14px;
  color: #fff;
}

.side .side-item .box {
  display: none;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 12px;
  right: 88px;
}

.side .side-item .text {
  display: none;
  position: absolute;
  top: 16px;
  right: 93px;
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(200, 208, 224, 0.3);
  padding-top: 22px;
  width: 210px;
  text-align: center;
}

.side .side-item .text .text1 {
  font-size: 14px;
  margin-bottom: 20px;
  color: #333333;
}

.side .side-item:hover {
  background-color: #1c90ef;
}

.side .side-item:hover .box {
  display: block;
}

.side .side-item:hover .text {
  display: block;
}

/* 底部 */
.footer {
  width: 100%;
}

.footer .f-a {
  position: relative;
  z-index: 10;
  height: 158px;
  line-height: 158px;
  margin-bottom: 70px;
}

.footer .f-a>img {
  width: 100%;
  height: 159px;
}

.footer .f-a form {
  width: 1280px;
  position: absolute;
  top: 79px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.footer .f-a form .input1 {
  float: left;
  width: 170px;
  height: 38px;
  line-height: 38px;
  text-indent: 17px;
  font-size: 14px;
  color: #666666;
  margin-right: 25px;
}

.footer .f-a form .input2 {
  float: left;
  width: 478px;
  height: 40px;
  line-height: 40px;
  text-indent: 17px;
  font-size: 14px;
  color: #666666;
  margin-right: 30px;
}

.footer .f-a form .button {
  float: left;
  width: 170px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #ff5d00;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}

.footer .f-b {
  position: relative;
  margin-bottom: 28px;

  z-index: 10;
}

.footer .f-b .w {
  border-bottom: 1px solid #dddddd;
}

.footer .f-b .f-c .f-d {
  margin-bottom: 35px;
}

.footer .f-b .f-c .f-d .item {
  cursor: pointer;
  font-size: 16px;
  margin-right: 62px;
  color: #fff;

  transition: color .5s;
}

.footer .f-b .f-c .f-d .item:hover {
  color: #1e69b3;
}

.footer .f-b .f-c .f-e {
  margin-bottom: 20px;
}

.footer .f-b .f-c .f-e p {
  font-size: 14px;
  line-height: 26px;
  color: #999999;
}

.footer .f-b .f-c .button {
  width: 164px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #1c90ef;
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 32px;
}

.footer .f-b .f-f .img2 {
  width: 94px;
  height: 94px;
  overflow: hidden;
  margin-bottom: 14px;
  margin-top: 20pxc a;
}

.footer .f-b .f-f .img2 img {
  width: 100%;
}

.footer .f-b .f-f .text {
  width: 94px;
  text-align: center;
  font-size: 14px;
  color: #999999;
}

.footer .f-g {
  margin-bottom: 30px;
}

.footer .f-g span {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  margin-right: 5px;
}

/* 头部轮播图 */


/* .slick .item img {
  width: 100%;
} */


/* 内容 */
/* 解决方案 */
.a-a {
  padding: 60px 0;
  /* height: 916px; */
  background: #161849;
  position: relative;
}

.a-a .title {
  width: 100%;
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 45px;
}

.a-a .title1 {
  width: 100%;
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin-bottom: 52px;
}

.a-a .a-b .item {
  margin: 0 5px;

  position: relative;
  display: block;
  float: left;
  width: 246px;

  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(200, 208, 224, 0.3);

  overflow: hidden;

  border-radius: 10px;
}

.a-a .a-b .item::after {
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 4px;
  left: 4px;
  line-height: 92px;
  font-size: 24px;
  background: #fff;
  border: 2px solid yellowgreen;
  cursor: pointer;
  color: yellowgreen;
}

.a-a .a-b .item::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: -20px;
  left: 0px;
  background: rgba(255,255,255, 0.5);
  transform: rotateZ(-90deg) translate(-100%, -100%);
  transform-origin: top left;
  transition: transform .3s;
  transition-timing-function: linear;
}

.a-a .a-b .item:hover::before {
  transform: rotateZ(0deg) translate(0%, -0%);
}

.a-a .a-b .item img {
  width: 130px;
  height: 130px;

  margin: 45px 0 30px 60px;
}

.a-a .a-b .item>p {
  padding-bottom: 20px;
  width: 186px;
  font-size: 18px;
  line-height: 30px;
  margin-left: 30px;
  margin-bottom: 20px;
  color: #1e69b3;
  font-weight: bold;
  border-bottom: 2px solid #256bba;
}

.a-a .a-b .item .text {
  width: 198px;
  margin-left: 35px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

.a-a .a-b .item .button {
  display: none;
  font-size: 15px;
  margin-left: 35px;
  margin-bottom: 40px;
  color: #1e69b3;
}


.a-a .a-b .item:hover .button {
  display: block;
}

.a-a .a-c {
  display: block;
  position: absolute;
  bottom: 80px;
  right: 46%;
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #1e69b3;
  border: solid 1px #1e69b3;
  font-size: 15px;
  color: #fff;
}

.a-a .a-c:hover {
  background: #fff;
  color: #1e69b3;
}

/* 了解我们的产品  */
.b-a {
  /* 首页轮播2 */
}

.b-a .b-b {
  border-bottom: 1px solid #1e69b3;
}

.b-a .b-b .b-c {
  text-align: center;
  margin-top: 130px;
  margin-bottom: 47px;
  font-size: 30px;
  color: #333333;
}

.b-a .b-b .b-d .item {
  width: 16%;
  float: left;
  text-align: center;
  cursor: pointer;
}

.b-a .b-b .b-d .item p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #666666;
}

.b-a .b-b .b-d .item:hover p {
  color: #1e69b3;
}

.b-a .b-b .b-d .item.active p {
  color: #1e69b3;
}

.b-a .b-e {
  background: #f7f8fa;
  padding-top: 77px;
  padding-bottom: 35px;
  height: 630px;
  position: relative;
}

.b-a .b-e .w1 {
  position: relative;
  width: 100%;
  max-width: 1280px;
  /* overflow: hidden; */
}

.b-a .b-e .w1 .slick2 {
  width: 100%;

}

.b-a .b-e .item {
  display: block;
  width: 387px;
  height: 512px;
  padding-bottom: 35px;
  margin-right: 20px;
}

.b-a .b-e .item img {
  width: 386px;
  height: 228px;
  margin-bottom: 38px;
}

.b-a .b-e .item p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #222222;
  margin-left: 13px;
}

.b-a .b-e .item .text {
  width: 360px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-left: 13px;
  margin-bottom: 70px;
}

.b-a .b-e .item .button {
  display: none;
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #1e69b3;
  border: solid 1px #1e69b3;
  font-size: 14px;
  color: #fff;
  margin-left: 33px;
}

.b-a .b-e .item .button:hover {
  background: #fff;
  color: #1e69b3;
}

.b-a .b-e .slick-arrow {
  position: absolute;
  width: 29px;
  height: 58px;
  top: 170px;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
  border: none;
  cursor: pointer;
  background: #f7f8fa;
  z-index: 10;
}

.b-a .b-e .slick-prev {
  left: -81px;
  background-image: url(../images/16-a.png);
}

.b-a .b-e .slick-prev:hover {
  background-image: url(../images/16.png);
}

.b-a .b-e .slick-next {
  right: -81px;
  background-image: url('../images/17-a.png');
}

.b-a .b-e .slick-next:hover {
  background-image: url(../images/17.png);
}

.b-a .b-e .slick-disabled {
  opacity: 1;
}

.b-a .b-e .item:hover {
  background-color: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(200, 208, 224, 0.3);
}

.b-a .b-e .item:hover>img {
  width: 330px;
  height: 194px;
  transition: all 1s ease 0s;
  margin: 28px;
  margin-bottom: 38px;
}

.b-a .b-e .item:hover p {
  margin-left: 30px;
}

.b-a .b-e .item:hover .text {
  margin-left: 30px;
}

.b-a .b-e .item:hover .button {
  display: block;
}

.c-a {
  width: 100%;
  height: 800px;
  position: relative;
  background: #fff;
}

.c-a .box {
  width: 1280px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.c-a .box1 {
  width: 50%;
}

.c-a .c-b {
  font-size: 30px;
  margin-top: 120px;
  margin-bottom: 25px;
  color: #333333;
}

.c-a .c-c {
  font-size: 20px;
  margin-bottom: 43px;
  color: #1e69b3;
}

.c-a .c-c span {
  color: #ea5500;
}

.c-a .c-d {
  width: 500px;
  font-size: 14px;
  margin-bottom: 50px;
  line-height: 30px;
  color: #333333;
}

.c-a .c-e {
  margin-bottom: 150px;
}

.c-a .c-e .item {
  width: 120px;
  float: left;
}

.c-a .c-e .item .item1 {
  font-size: 26px;
  line-height: 30px;
  color: #333333;
}

.c-a .c-e .item .item1 span {
  font-size: 15px;
}

.c-a .c-e .item .item2 {
  font-size: 15px;
  color: #333333;
}

.c-a .c-e .active .item1 {
  color: #1e69b3;
}

.c-a .c-e .active .item1 span {
  color: #1e69b3;
}

.c-a .c-e .active .item2 {
  color: #1e69b3;
}

.c-a .c-f {
  display: block;
  width: 200px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #1e69b3;
  border: 1px solid #1e69b3;
  font-size: 15px;
  color: #ffffff;

  transition: all .5s;
}

.c-a .c-f:hover {
  background: #fff;
  color: #1e69b3;
}

.c-a .box2 {
  margin-top: 70px;
  position: relative;
}

.c-a .box2 .img1 {
  width: 440px;
  height: 550px;
}

.c-a .box2 .img1 img {
  width: 100%;
}

.c-a .box2 .img2 {
  position: absolute;
  top: 0;
  left: -107px;
  width: 139px;
  height: 139px;
  line-height: 139px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(200, 208, 224, 0.3);
}

.xh-a .img, .c-a .img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.c-a .img img {
  width: 100%;
}

/* 首页新闻中心 */
.d-a {
  padding-top: 100px;
  background: url('../images/17.jpg');
  padding-bottom: 100px;
  background-size: cover;
}

.d-a .d-b img {
  width: 465px;
  height: 243px;
  opacity: 0.8;
  margin-top: 20px;
  margin-bottom: 40px;
  transform: scale(1.001);
  transition: all 0.5s ease 0s;
}

.d-a .d-b p {
  font-size: 18px;
  margin-bottom: 20px;
  color: #333333;
}

.d-a .d-b .b-c {
  width: 439px;
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

.d-a .d-b .b-d {
  margin-bottom: 80px;
}

.d-a .d-b .b-d span {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}

.d-a .d-b .b-d a {
  margin-left: 310px;
  font-size: 14px;
  color: #999999;
}

.d-a .d-b .b-d a:hover {
  color: #1c90ef;
}

.d-a .d-b:hover img {
  transform: scale(1.101);
  transition: all 0.5s ease 0s;
}

.d-a .b-e {
  width: 720px;
  width: 100%;
}

.d-a .b-e .b-f {
  height: 75px;
  /* border-bottom: 1px dashed #cccccc; */
}

.d-a .b-e .b-f span {
  font-size: 30px;
  color: #333333;
}

.d-a .b-e .b-f a {
  /* margin-left: 530px; */
  font-size: 15px;
  color: #fff;
  margin-top: 7px;

  padding: 10px 20px;
  background: #0871FF;
  border-radius: 5px;
}

/* .d-a .b-e .b-f a:hover {
  color: #1c90ef;
} */
.d-a .d-g{
  /* width: 100%; */
}
.d-a .b-e .d-g .item {
  padding: 40px 0;
  border-bottom: 1px dashed #cccccc;
  /* float: left; */
  width: 100%;
  margin-right: 2%;

  display: flex;
  justify-content: space-between;
  align-items: center;
}
.d-a .b-e .d-g .item:nth-of-type(2n){
  margin-right: 0;
}
.d-a .b-e .d-g .item:first-of-type {
  border-top: 1px dashed #cccccc;
}
.d-a .b-e .d-g .item .img1 {
  float: left;
  display: block;
  margin-right: 45px;
}

.d-a .b-e .d-g .item .img2 {
  float: left;
  display: none;
  margin-right: 45px;
}

.d-a .b-e .d-g .item .span1 {
  font-size: 20px;
  margin-right: 76px;
  color: #0A182D;
}

.d-a .b-e .d-g .item .span2 {
  font-size: 26px;
  color: #666666;

  width: 85%;
  transition: color .5s;
}

.d-a .b-e .d-g .item .span2 span {
  color: #666666;
  transition: color .5s;
}


.d-a .b-e .d-g .item:hover .span2 span {
  color: #1e69b3;
}

.xh-a-mack, .banner-a-mack {
  position: absolute;
  top: 0;

  height: 100%;
  width: 100%;
  z-index: 1;
}

.xh-a-mack {
  background: rgba(0, 0, 0, .05);
}

.banner-a-mack {
  background: rgba(0, 0, 0, .7);
}

/* .d-a .b-e .d-g .item:hover .img1 {
  display: none;
}

.d-a .b-e .d-g .item:hover .img2 {
  display: block;
}

.d-a .b-e .d-g .item:hover .span1 {
  color: #1e69b3;
}

.d-a .b-e .d-g .item:hover .span2 {
  color: #1e69b3;
} */

.e-a {
  position: relative;
  width: 100%;
  margin-bottom: 23px;
  margin-top: 80px;
}

.e-a img {
  width: 100%;
}

.e-a .e-b {
  width: 1280px;
  height: 40%;
  position: absolute;
  top: 37.5%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}

.e-a .e-b .e-c {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 9px;
}

.e-a .e-b .e-d {
  font-size: 16px;
  margin-bottom: 13px;
  color: #ffffff;
  opacity: 0.2;
}

.e-a .e-b .e-e {
  width: 30px;
  height: 2px;
  background-color: #2c87f8;
}

/* 产品列表 */
.g-a {
  background: url('../images/28.jpg');
}

.g-a .g-b {
  width: 1280px;
  margin: 0 auto;
  height: 20px;
  line-height: 20px;
  color: #999999;
  margin-bottom: 100px;
}

.g-a .g-b img {
  margin-top: -4px;
  transform: scale(1.001);
  transition: all 0.5s ease 0s;
}

.g-a .g-b a {
  font-size: 14px;
  color: #999999;
}

.g-a .g-b .active {
  color: #093389;
}

.g-a .g-c {
  width: 1280px;
  margin: 0 auto;
}

.g-a .g-c .g-d {
  float: left;
  width: 387px;
  height: 512px;
  padding: 28px;
  margin: 0 55px 40px 0;
  border: solid 1px #f5f5f5;
}

.g-a .g-c .g-d img {
  width: 330px;
  height: 194px;
  margin-bottom: 38px;
}

.g-a .g-c .g-d .g-e {
  font-size: 18px;
  margin-bottom: 30px;
  color: #4d4d4d;
}

.g-a .g-c .g-d .g-g {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 70px;
  color: #666666;
}

.g-a .g-c .g-d .button {
  display: block;
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  font-size: 14px;
  color: #999999;
}

.g-a .g-c .g-d:nth-child(3n) {
  margin-right: 0;
}

.g-a .g-c .g-d:hover {
  box-shadow: 0px 6px 34px 1px rgba(200, 208, 224, 0.45);
}

.g-a .g-c .g-d:hover img {
  transform: scale(1.101);
  transition: all 0.5s ease 0s;
}

.g-a .g-c .g-d:hover .g-e {
  color: #1e69b3;
}

.g-a .g-c .g-d:hover .button {
  border: solid 1px #1e69b3;
  color: #1e69b3;
}

/* 产品中心-安全隔离网闸 */
/* 面包屑导航 */
.e-f {
  width: 100%;
  height: 35px;
  border-bottom: 1px solid #eeeeee;
}

.e-f .e-g {
  width: 1280px;
  margin: 0 auto;
  height: 20px;
  line-height: 20px;
  color: #999999;
}

.e-f .e-g img {
  margin-top: -4px;
}

.e-f .e-g a {
  font-size: 14px;
  color: #999999;
}

.e-f .e-g .active {
  color: #093389;
}

.main1 {
  padding-top: 77px;
  background: url('../images/28.jpg');
}

.slick {
  width: 100%;
  margin-top: 80px;
  z-index: 10;
}

.main {
  width: 100%;
  overflow: hidden;
}

/* 侧边导航 */
.i-a .i-b {
  width: 220px;
  height: 100px;
  line-height: 100px;
  padding-left: 32px;
  font-size: 30px;
  color: #333333;
  border: solid 1px #e5e5e5;
}

.i-a .i-c .i-d {
  display: block;
  width: 220px;
  height: 60px;
  padding: 18px 16px 0 32px;
  font-size: 14px;
  line-height: 18px;
  color: #454545;
  border: solid 1px #e5e5e5;
  border-top: none;
}

.i-a .i-c .active {
  border-left: 2px solid #093389;
  color: #093389;
}

/* 安全隔离网闸 */
.j-a {
  width: 1002px;
}

.j-a .j-b {
  font-size: 24px;
  line-height: 52px;
  margin-bottom: 24px;
  color: #333333;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}

.j-a .j-b:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background-color: #093389;
}

.j-a .j-c {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
  color: #333333;
}

.j-a .j-d {
  width: 1002px;
  height: 202px;
  margin-bottom: 47px;
}

.j-a .j-d img {
  width: 1002px;
  height: 202px;
}

.j-a .j-e {
  font-size: 20px;
  color: #093389;
  margin-bottom: 16px;
}

.j-a .j-f {
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 24px;
  color: #333333;
}

.j-a .j-g {
  margin-bottom: 40px;
}

.j-a .j-g .j-g1 {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

/* 安全顾问咨询服务 */
.k-a {
  width: 1000px;
}

.k-a .k-b {
  text-align: center;
  margin-bottom: 60px;
  font-size: 24px;
  color: #093389;
}

.k-a .k-c {
  margin-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  font-size: 24px;
  line-height: 52px;
  color: #333333;
}

.k-a .k-c:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background-color: #093389;
}

.k-a .k-d {
  margin-bottom: 45px;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.k-a .k-e {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.k-a .k-f {
  margin-bottom: 145px;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

/* 解决方案 */
.l-a .l-b {
  width: 32%;

  position: relative;
  /* float: left; */
  /* width: 380px; */
  height: 527px;
  background-color: #ffffff;
  border: solid 1px #f5f5f5;
  /* padding: 54px 26px 0 26px; */
  margin: 0 20px 50px 0;
  display: block;
  transition: transform 0.6s ease;

}

.l-a {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  width: 100%;
}

.l-a .l-b:hover {
  transform: translateY(-10px);
  /* color: #000; */
  /* font-weight: bold; */
}

.list-title {
  padding: 15px;

  font-size: 26px;
  text-align: center;
}

.l-a .l-b .l-c {
  text-align: center;
}

.l-a .l-b .l-c img {
  width: 110px;
  height: 110px;
}

.l-a .l-b .l-d {
  font-size: 22px;
  padding: 10px 15px 15px;
  text-align: center;
  line-height: 24px;
  color: #666666;
  border-bottom: solid 1px #cccccc;
}

.l-a .l-b .l-e {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  margin: 20px 0;

  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.l-a .l-b .l-f {
  position: absolute;
  bottom: 30px;
  left: 150px;
  display: none;
  font-size: 15px;
  line-height: 24px;
  color: #1e69b3;
}

.l-a .l-b:nth-child(3n) {
  margin-right: 0;
}

/* 解决方案详情 */
.m-a {
  width: 1000px;
  margin-bottom: 106px;
}

.m-a .m-b {
  margin-bottom: 65px;
}

.m-a .m-b .m-b1 {
  position: relative;
  font-size: 24px;
  line-height: 52px;
  color: #333333;
  margin-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
}

.m-a .m-b .m-b1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background-color: #093389;
}

.m-a .m-b .m-b2 {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.m-a .m-c {
  margin-bottom: 65px;
}

.m-a .m-c .m-c1 {
  position: relative;
  font-size: 24px;
  line-height: 52px;
  color: #333333;
  margin-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
}

.m-a .m-c .m-c1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background-color: #093389;
}

.m-a .m-c .m-c2 {
  margin-top: 40px;
}

.m-a .m-c .m-c2 img {
  margin-left: 28px;
  width: 891px;
  height: 400px;
}

.m-a .m-d {
  margin-bottom: 65px;
}

.m-a .m-d .m-d1 {
  position: relative;
  font-size: 24px;
  line-height: 52px;
  color: #333333;
  margin-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
}

.m-a .m-d .m-d1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background-color: #093389;
}

.m-a .m-d .m-d2 {
  font-size: 16px;
  color: #333333;
}

.m-a .m-d .m-d2 img {
  margin-right: 5px;
}

.m-a .m-f {
  margin-bottom: 30px;
}

.m-a .m-f .m-f1 {
  position: relative;
  font-size: 24px;
  line-height: 52px;
  color: #333333;
  margin-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
}

.m-a .m-f .m-f1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background-color: #093389;
}

.m-a .m-f .m-f2 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
  color: #333333;
}

.m-a .m-f .m-f3 .m-f3-p {
  font-size: 16px;
  height: 30px;
  color: #093389;
}

.m-a .m-f .m-f3 .item {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 24px;
  color: #333333;
}

/* 新闻中心 */
.e-h {
  width: 100%;
  height: 35px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 80px;
}

.e-h .e-i {
  width: 1280px;
  margin: 0 auto;
}

.e-h .e-i .e-j {
  height: 20px;
  line-height: 20px;
  color: #999999;
}

.e-h .e-i .e-j img {
  margin-top: -4px;
}

.e-h .e-i .e-j a {
  font-size: 14px;
  color: #999999;
}

.e-h .e-i .e-j .active {
  color: #093389;
}

.e-h .e-i .e-k .e-l {
  float: left;
  height: 35px;
  padding: 0 12px;
  margin-left: 40px;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}

.e-h .e-i .e-k .active {
  color: #1e69b3;
  border-bottom: 4px solid #1e69b3;
}

.n-a {
  /* 分页 */
}

.n-a .n-c {
  margin-bottom: 20px;
}

.n-a .n-c .n-d {
  position: relative;
}

.n-a .n-c .n-d img {
  width: 620px;
  height: 360px;
}

.n-a .n-c .n-d span {
  position: absolute;
  bottom: 20px;
  left: 35px;
  font-size: 18px;
  color: #ffffff;
}

.n-a .n-c .n-e .item {
  position: relative;
  display: block;
  padding: 23px 40px 0 55px;
  width: 640px;
  background-color: #ffffff;
}

.n-a .n-c .n-e .item .item1 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #333333;
}

.n-a .n-c .n-e .item .item2 {
  padding-right: 80px;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  padding-bottom: 18px;
  border-bottom: 1px solid #e5e5e5;
}

.n-a .n-c .n-e .item .item3 {
  position: absolute;
  top: 40px;
  right: 40px;
}

.n-a .n-c .n-e .item .img1 {
  display: none;
}

.n-a .n-c .n-e .item .img2 {
  display: block;
}

.n-a .n-c .n-e .item:hover {
  background-color: #1e69b3;
}

.n-a .n-c .n-e .item:hover .item1 {
  color: #ffffff;
}

.n-a .n-c .n-e .item:hover .item2 {
  border-bottom: none;
  color: #ffffff;
}

.n-a .n-c .n-e .item:hover .img1 {
  display: block;
}

.n-a .n-c .n-e .item:hover .img2 {
  display: none;
}

.n-a .n-f {
  margin-bottom: 67px;
}

.n-a .n-f .item {
  padding: 33px 0 0 30px;
  position: relative;

  transition: all 0.5s;
}

.n-a .n-f .item .items {
  border-bottom: 1px solid #e5e5e5;
}

.n-a .n-f .item .img {
  margin-bottom: 30px;
  margin-right: 40px;
  width: 295px;
  height: 154px;
  opacity: 0.8;
}

.n-a .n-f .item .img img {
  width: 295px;
  height: 154px;
}

.n-a .n-f .item .text {
  width: 655px;
  margin-top: 20px;
}

.n-a .n-f .item .text .text1 {
  font-size: 18px;
  margin-bottom: 18px;
  color: #333333;
}

.n-a .n-f .item .text .text2 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
  color: #999999;
}

.n-a .n-f .item .text .text3 {
  font-size: 14px;
  color: #999999;
}

.n-a .n-f .item a {
  display: block;
  position: absolute;
  top: 92px;
  right: 27px;
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  font-size: 14px;
  color: #999999;

}

.n-a .n-f .item:hover {
  background: #1e69b3;
}

.n-a .n-f .item:hover .items {
  border-bottom: none;
}

.n-a .n-f .item:hover .text .text1 {
  color: #ffffff;
}

.n-a .n-f .item:hover .text .text2 {
  color: #ffffff;
}

.n-a .n-f .item:hover .text .text3 {
  color: #ffffff;
}

.n-a .n-f .item:hover a {
  border: solid 1px #ffffff;
  color: #1e69b3;
}

.n-a .n-g {
  margin-bottom: 95px;
}

.n-a .n-g .paging {
  position: relative;
  height: 50px;
}

.n-a .n-g .paging .pagings {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.n-a .n-g .paging .pagings .button1 {
  width: 75px;
  height: 35px;
  line-height: 35px;
  margin-right: 15px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #cecece;
  font-size: 14px;
  color: #999999;
  cursor: pointer;
}

.n-a .n-g .paging .pagings .button2 {
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 15px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #cecece;
  color: #999999;
  cursor: pointer;
}

.n-a .n-g .paging .pagings .button1:hover,
.n-a .n-g .paging .pagings .button2:hover {
  background-color: #1e69b3;
  color: #fff;
}

/* 新闻中心详情 */
.o-a .o-b {
  width: 895px;
}

.o-a .o-b .o-c {
  height: 120px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f4f4f4;
}

.o-a .o-b .o-c .o-c1 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #333333;
}

.o-a .o-b .o-c .o-c2 .item {
  float: left;
  font-size: 14px;
  color: #c6c6c6;
  margin-right: 30px;
}

.o-a .o-b .o-c .o-c2 .item img {
  margin-right: 8px;
}

.o-a .o-b .o-c .o-c2 .item2 {
  font-size: 14px;
  color: #c6c6c6;
}

.o-a .o-b .o-c .o-c2 .item2 img {
  margin-right: 15px;
}

.o-a .o-b .o-d {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 47px;
  padding-bottom: 38px;
}

.o-a .o-b .o-d .o-d1 {
  font-size: 14px;
  margin-bottom: 37px;
  line-height: 26px;
  color: #333333;
}

.o-a .o-b .o-d .o-d2 {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 27px;
  color: #333333;
}

.o-a .o-b .o-d .o-d3 {
  margin-bottom: 48px;
}

.o-a .o-b .o-d .o-d3 img {
  width: 895px;
  height: 530px;
}

.o-a .o-b .o-e {
  margin-bottom: 70px;
}

.o-a .o-b .o-e .o-e1 .item span {
  font-size: 14px;
  line-height: 26px;
  color: #333333;
}

.o-a .o-b .o-e .o-e1 .item a {
  font-size: 14px;
  line-height: 26px;
  color: #999999;
}

.o-a .o-b .o-e .o-e1 .item a:hover {
  color: #1e69b3;
}

.o-a .o-b .o-e .o-e2 {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  color: #fff;
  background: #1e69b3;
  border: solid 1px #1e69b3;
}

.o-a .o-b .o-e .o-e2:hover {
  background: #fff;
  color: #1e69b3;
}

.o-a .o-f {
  width: 295px;
}

.o-a .o-f .o-g {
  margin-top: 70px;
  margin-bottom: 27px;
}

.o-a .o-f .o-g .o-g1 {
  font-size: 24px;
  color: #333333;
}

.o-a .o-f .o-g .o-g2 {
  font-size: 14px;
  margin-top: 8px;
  color: #999999;
}

.o-a .o-f .o-g .o-g2:hover {
  color: #1c90ef;
}

.o-a .o-f .o-h img {
  width: 295px;
  height: 154px;
  margin-bottom: 35px;
}

.o-a .o-f .o-i {
  font-size: 20px;
  margin-bottom: 58px;
  color: #333333;
  border-bottom: 1px solid #f4f4f4;
}

.o-a .o-f .o-j {
  margin-bottom: 30px;
}

.o-a .o-f .o-j .item {
  display: block;
  font-size: 14px;
  color: #999999;
  margin-bottom: 20px;
}

.o-a .o-f .o-j .item .img1 {
  display: block;
  margin-right: 10px;
  margin-top: 5px;
}

.o-a .o-f .o-j .item .img2 {
  display: none;
  margin-right: 10px;
  margin-top: 5px;
}

.o-a .o-f .o-j .item:hover {
  color: #1e69b3;
}

.o-a .o-f .o-j .item:hover .img1 {
  display: none;
}

.o-a .o-f .o-j .item:hover .img2 {
  display: block;
}

/* 公司简介 */
.p-a {
  width: 1000px;
}

.p-a .p-b {
  width: 630px;
  margin-bottom: 150px;
}

.p-a .p-b .p-c {
  font-size: 36px;
  margin-bottom: 37px;
  color: #093389;
}

.p-a .p-b .p-d {
  font-size: 20px;
  color: #333333;
  margin-bottom: 50px;
}

.p-a .p-b .p-e {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
  color: #4d4d4d;
}

.p-a .p-b .p-f {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
  color: #4d4d4d;
}

.p-a .p-b .p-f span {
  color: #093389;
}

.p-a .p-z img {
  width: 305px;
  height: 540px;
}

/* 企业文化 */
.q-a {
  /* width: 1000px; */
}

.q-a .q-b .q-c {
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
}

.q-a .q-b .q-c span {
  padding-right: 13px;
  padding-bottom: 25px;
  font-size: 24px;
  color: #333333;
  border-bottom: 2px solid #093389;
}

.q-a .q-b .q-d {
  margin-bottom: 70px;

  display: flex;
}

.q-a .q-b .q-d .item {
  padding: 20px 10px 10px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  width: 25%;
  text-align: center;
  /* float: left; */
  /* width: 240px; */
  height: 160px;
  text-align: center;
  background-color: #f7f7f7;
  margin-right: 13px;

  transition: all 0.3s;
}

.q-a .q-b .q-d .item .img1 {
  /* margin-left: 95px; */
  /* margin-bottom: 20px; */
  /* display: block; */

  width: 60px;
  height: 60px;
  
  transition: all 0.3s;
}

.q-a .q-b .q-d .item .img2 {
  /* margin-left: 95px; */
  /* margin-bottom: 20px; */
  
  width: 60px;
  height: 60px;
  
  display: none;
  transition: all 0.3s;
}

.q-a .q-b .q-d .item .text {
  font-size: 15px;
  line-height: 24px;
  color: #333333;
  transition: all 0.3s;

  margin-top: 20px;
}

.q-a .q-b .q-d .item:nth-child(4n) {
  margin-right: 0;
}

.q-a .q-b .q-d .item:hover {
  background-color: #1e69b3;
}

.q-a .q-b .q-d .item:hover .img1 {
  display: none;
}

.q-a .q-b .q-d .item:hover .img2 {
  display: inline-block;
}

.q-a .q-b .q-d .item:hover .text {
  color: #ffffff;
}

.q-a .q-e {
  margin-bottom: 76px;
}

.q-a .q-e .q-f {
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 50px;
}

.q-a .q-e .q-f span {
  padding-right: 13px;
  padding-bottom: 25px;
  font-size: 24px;
  color: #333333;
  border-bottom: 2px solid #093389;
}

.q-g {
  display: flex;
  padding: 0 10px;
}

.q-a .q-e .q-g .item {
  padding: 50px 48px 0 34px;
  margin-right: 18px;
  /* float: left; */
  /* width: 320px; */
  height: 340px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
}

.q-a .q-e .q-g .item .text1 {
  font-size: 30px;
  color: #1e69b3;
  margin-bottom: 22px;
}

.q-a .q-e .q-g .item .text2 {
  width: 40px;
  height: 2px;
  margin-bottom: 30px;
  background-color: #333333;
}

.q-a .q-e .q-g .item .text3 {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}

.q-a .q-e .q-g .item:nth-child(3n) {
  margin-right: 0;
}

.q-a .q-e .q-g .item:hover {
  background-color: #1e69b3;
}

.q-a .q-e .q-g .item:hover .text1 {
  color: #ffffff;
}

.q-a .q-e .q-g .item:hover .text2 {
  background-color: #fff;
}

.q-a .q-e .q-g .item:hover .text3 {
  color: #ffffff;
}

.q-a .q-h {
  margin-bottom: 76px;
}

.q-a .q-h .q-i {
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 50px;
}

.q-a .q-h .q-i span {
  padding-right: 13px;
  padding-bottom: 25px;
  font-size: 24px;
  color: #333333;
  border-bottom: 2px solid #093389;
}

.q-j {
  margin: 0 10px;
}

.q-a .q-h .q-j {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);

  cursor: pointer;
  overflow: hidden;
}

.q-a .q-h .q-j img {
  transition: all 0.3s;
}

.q-a .q-h .q-j:hover img {
  transform: scale(1.1);
}

.q-a .q-h .q-j .q-k {
  padding: 60px 0 0 28px;
}

.q-a .q-h .q-j .q-k .item {
  margin-bottom: 7px;
}

.q-a .q-h .q-j .q-k .item .span1 {
  float: left;
  color: #1e69b3;
  margin-right: 20px;
  font-size: 20px;
}

.q-a .q-h .q-j .q-k .item .span2 {
  margin-top: -7px;
  width: 420px;
  float: left;
  font-size: 16px;
  line-height: 33px;
  color: #333333;
}

.q-a .q-h .q-j .q-l img {
  width: 480px;
  height: 280px;
}

/* 成功案例 */
.r-a {
  /* width: 1000px; */
}

.r-a .r-b {
  margin-bottom: 26px;

  display: flex;
}

.r-a .r-b a {
  width: 25%;
  display: block;
}

.r-a .r-b .item {
  /* width: 320px; */
  height: 60px;
  /* float: left; */
  margin-right: 12px;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  color: #333333;
  background-color: #e6e6e6;
  cursor: pointer;
}

.r-a .r-b .active {
  background-color: #1e69b3;
  color: #ffffff;
}

.r-a .r-e {
  margin-bottom: 20px;

  display: flex;
}

.r-a .r-e .item {
  display: block;
  /* width: 320px; */
  width: 25%;
  height: 267px;
  /* float: left; */
  margin-right: 12px;
  margin-bottom: 22px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  text-align: center;
  cursor: pointer;

  overflow: hidden;
}

.r-a .r-e .item:hover img {
  transform: scale(1.2);
}

.r-a .r-e .item img {
  width: 320px;
  height: 180px;
  margin-bottom: 30px;

  transition: all .3s;
}

.r-a .r-e .item .text {
  font-size: 16px;
  height: 20px;
  color: #333333;
}

/* .r-a .r-e .item:nth-child(3n) {
  margin-right: 0;
} */

.r-a .r-f {
  margin-bottom: 66px;
}

.r-a .r-f .paging {
  position: relative;
  height: 50px;
}

.r-a .r-f .paging .pagings {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.r-a .r-f .paging .pagings .button1 {
  width: 75px;
  height: 35px;
  line-height: 35px;
  margin-right: 15px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #cecece;
  font-size: 14px;
  color: #999999;
  cursor: pointer;
}

.r-a .r-f .paging .pagings .button2 {
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 15px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #cecece;
  color: #999999;
  cursor: pointer;
}

.r-a .r-f .paging .pagings .button1:hover,
.r-a .r-f .paging .pagings .button2:hover {
  background-color: #1e69b3;
  color: #fff;
}

/* 荣誉资质 */
.s-a {
  /* width: 1000px; */
}

.s-a .s-b {
  margin-bottom: 30px;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.s-a .s-b .item {
  width: 30%;

  display: block;
  margin-bottom: 30px;

}

.s-a .s-b .item .item1 {
  /* width: 310px; */
  /* height: 80px; */
  /* line-height: 80px; */

  padding: 25px 0;

  text-align: center;
  background-color: #093389;
  font-size: 18px;
  /* margin-right: 30px; */
  color: #ffffff;
}

.s-a .s-b .item .item1 span {
  /* display: inline-block; */
  /* width: 272px; */

  line-height: 1.5;
}

.s-a .s-b .item .item2 {
  /* width: 311px; */
  height: 355px;
  line-height: 355px;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;

  cursor: pointer;

  overflow: hidden;

}

.s-a .s-b .item .item2 img {
  transition: all ease .5s;
}

.s-a .s-b .item .item2:hover img {
  transform: scale(1.1);
}

.s-a .s-b .item:nth-child(3n) .item1 {
  margin-right: 0;
}

.s-a .s-c {
  margin-bottom: 70px;
}

.s-a .s-c .paging {
  position: relative;
  height: 50px;
}

.s-a .s-c .paging .pagings {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.s-a .s-c .paging .pagings .button1 {
  width: 75px;
  height: 35px;
  line-height: 35px;
  margin-right: 15px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #cecece;
  font-size: 14px;
  color: #999999;
  cursor: pointer;
}

.s-a .s-c .paging .pagings .button2 {
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 15px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #cecece;
  color: #999999;
  cursor: pointer;
}

.s-a .s-c .paging .pagings .button1:hover,
.s-a .s-c .paging .pagings .button2:hover {
  background-color: #1e69b3;
  color: #fff;
}

/* 联系我们 */
.t-a {
  /* width: 1000px; */
  margin-bottom: 80px;
}

.t-a .t-b {

  background: #f7f7f7;

  position: relative;
}

.t-a .t-b > img {
  width: 200px;
  position: absolute;

  top: 50%;
  left: 5%;

  transform: translateY(-50%);
}

.t-a .t-b .t-c {
  width: 165px;
  margin: 38px 140px 0 40px;
  text-align: center;
}

.t-a .t-b .t-c img {
  width: 165px;
  height: 100px;
  margin-bottom: 36px;
}

.t-a .t-b .t-c .t-d {
  font-size: 28px;
  margin-bottom: 10px;
  color: #093389;
}

.t-a .t-b .t-c .t-e {
  font-size: 16px;
  color: #093389;
}

.t-a .t-b .t-f {
  margin-top: 38px;
  margin-bottom: 50px;
}

.t-a .t-b .t-f .text1 {
  font-size: 24px;
  margin-bottom: 36px;
  color: #333333;
}

.t-a .t-b .t-f .text2 {
  font-size: 16px;
  line-height: 36px;
  color: #666666;
}

.t-a .t-b .t-g {
  margin-top: 50px;
  margin-right: 30px;
  text-align: center;
}

.t-a .t-b .t-g img {
  width: 122px;
  height: 122px;
  margin-bottom: 30px;
}

.t-a .t-b .t-g .text {
  font-size: 12px;
  color: #333333;
}

.t-a .t-h {
  height: 436px;
}

.t-a .t-h img {
  width: 1000px;
  height: 436px;
}

/* 2023-11-6加 */ 
.h-h{display: inline-block;vertical-align: middle;padding-right: 58px;font-size: 0;}
.h-i{display: inline-block;vertical-align: top; cursor: pointer;padding: 0 36px;}
.h-j{display: inline-block;height: 80px;line-height: 80px;font-size: 16px;color: #333333;}
.h-i:nth-child(1){margin-left: 0;}
.h-sub {display: none; width: 100%; position: absolute;left: 0;top: 100%;  z-index: 1000;background-color: #f8f9fb;background-image: url('../images/wm11.jpg');background-size: cover;background-position: center center;background-repeat: no-repeat;}
.hb-cont{max-width: 80%;width: 900px;margin: 0 auto; font-size: 0;padding: 43px 30px 30px; }
.hb-item{display: inline-block;vertical-align: top;width: 50%;cursor: pointer;position: relative;padding: 0 20px;margin-bottom: 28px; font-size: 16px;line-height: 30px; color: #333333;}
.hb-item:hover {color: #0f348c;} 
.hb-item:hover:before{content: '';position: absolute;top: 0;left: 0;width: 2px;height: 100%;background-color: #0f348c;}
 


.h-i:hover .h-j{color: #0f348c;}
.h-i.active .h-j{color: #fff;}  
.h-i.active {
  background: #0f348c;
}

/* .header{position: relative;} */
.has-nav2{position: static;}
.h-sub2{display: none; z-index: 1000;position: absolute;top: 100%;left: 0; width: 100%;background-image: url('../images/wm10.jpg');background-size: cover;background-position: center center;background-repeat: no-repeat;}
.hs-cont{width: 100%;display: flex;flex-wrap: wrap;min-height: 360px; }
.hs-left{width: 33.3%;padding: 60px 0; background-color: #f8f9fb;}
.hs-nav{display: block;cursor: pointer; width: 100%;text-align: right;position: relative; padding: 15px 30px; color: #333333;font-size: 16px;line-height: 30px;}
.hs-nav.active{color: #0f348c;background-color: #ffffff;}
.hs-nav.active:before{content: '';position: absolute;top: 0;right: 0;width: 2px;height: 100%;background-color: #0f348c;}
.hs-right{width: 55%;padding: 45px 50px;}
.hs-list{display: none;width: 100%;}
.hs-list.show{display: block;}
.hs-item{display: inline-block;vertical-align: top;cursor: pointer;margin-bottom: 25px; min-width: 33.33%;padding-right: 10px;color: #666666;font-size: 14px;line-height: 24px;}
.hs-item:hover{	color: #1e69b3;}


@media(max-width:1480px) {
  .h-i {padding: 0 20px;}
  .h-h{padding-right: 40px;}
}

@media(max-width:1550px) {
  .h-i {padding: 0 20px;}
}

.nav{width: 100%;}
.nav-main{position: relative;z-index: 18; width: 100%;background-color: #fff; border-bottom:1px solid #eeeeee;}
.nav-cont{width: 1280px;margin:  0 auto;font-size: 0;}
.nav-cont:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0;}
.nav-left{float: left;font-size: 0;}
.nav-index{display: inline-block;vertical-align: middle;cursor: pointer;}
.nav-index img{margin-top: -4px;}
.nav-one{display: inline-block;vertical-align: middle;line-height: 60px; height: 60px;font-size: 14px; color: #999999;}
.nav-one:before{content: '>';margin-right: 5px; color: #999999;}
.nav-one:last-child { color: #0f348c;} 
.nav-right{float: right;font-size: 0;}
.nav-item{display: inline-block; cursor: pointer; vertical-align: top;position: relative; margin-right: 90px; color: #333333;font-size: 14px;line-height: 60px;height: 60px;}
.nav-item:last-child{margin-right: 0;}
.nav-item:after{content: '';position: absolute;bottom: 0;left: 0;width: 0;height: 4px;background-color: #0f348c;  }
.nav-item.active{color: #0f348c;}
.nav-item.active:after{width: 100%;}

.nav.fixed .nav-main{position: fixed;top: 0;left: 0;}

.banner{width: 100%;position: relative;margin-top: 80px;}
.banner-img{width: 100%;}
.banner-img img{width: 100%;}
.banner-text{z-index: 10; width: 100%;max-width: 1280px;text-align: center;}
.banner-titles{width: 100%;position: relative;padding-bottom: 35px; line-height: 46px;font-size: 36px;font-weight: bold; color: #ffffff;}
.banner-titles:after{content: '';position: absolute;bottom: 0;left: 50%;margin-left: -15px;	width: 30px;height: 2px;background-color: #49cffe;}
.banner-name{width: 100%;margin-top: 15px; color: #ffffff;font-size:  16px;line-height: 26px;}

.slick .item{position: relative;overflow: hidden;display: block;}
.slick-text{position: absolute;top: 55%;left: 30%;transform: translate(-50%,-50%);  width: 100%;max-width: 750px; padding-left: 10px;padding-right: 10px;}
.slick-titles{width: 100%;font-size: 48px;line-height: 70px;color: #ffffff;}
.slick-textbox{width: 100%;margin-top: 20px; color: #ffffff;font-size: 22px;line-height: 34px;}
.slick-textbox *{line-height: inherit;}
/* .slick-titles,.slick-textbox{opacity:0;transform:translate3d(80px,0,0);}
.slick-slide.slick-active .slick-titles{opacity:1;transform:translate3d(0,0,0);transition:opacity 2s cubic-bezier(.25,.1,.25,1),transform 2s cubic-bezier(.25,.1,.25,1);}
.slick-slide.slick-active .slick-textbox{opacity:1;transform:translate3d(0,0,0);transition:opacity 2s cubic-bezier(.25,.1,.25,1),transform 2s cubic-bezier(.25,.1,.25,1);}

.slick-slide.slick-active .slick-titles {transition-delay: .5s;}
.slick-slide.slick-active .slick-textbox {transition-delay: .8s;} */

.slick-slide.slick-active .slick-titles{transform:translate3d(80px,0,0);opacity:0;animation: lter .5s cubic-bezier(.25,.1,.25,1);animation-delay: 0.5s;animation-fill-mode: forwards;}
.slick-slide.slick-active .slick-textbox{transform:translate3d(80px,0,0);opacity:0;animation: rter .5s cubic-bezier(.25,.1,.25,1);animation-delay: 0.5s;animation-fill-mode: forwards;}
 
.ds-am{
  opacity:0;
  animation: d-s .5s linear both;
}

@keyframes d-s {
  0% {
      opacity: 0;
      transform: translate(-50%,-50%) scale(0);
  }
  50% {
      opacity: 1;
      transform:  translate(-50%,-50%) scale(.5);
  }
  100% {
      opacity: 1;
      transform: translate(-50%,-50%) scale(1);
  }
}

.lter-am {
  opacity:0;
  animation: lter .3s cubic-bezier(.25,.1,.25,1);
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

.rter-am {
  opacity:0;
  animation: rter .3s cubic-bezier(.25,.1,.25,1);
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes lter{
  from {
    /* 初始状态：元素位于左边，透明度为 0 */
    opacity: 0;
    transform: translateX(-100%);
}
to {
    /* 结束状态：元素回到正常位置，透明度为 1 */
    opacity: 1;
    transform: translateX(0);
}
}

@keyframes rter{
  from {
    opacity: 0;
    /* 初始时元素位于右侧，超出屏幕范围 */
    transform: translateX(100%);
  }
  to {
      opacity: 1;
      /* 结束时元素回到正常位置 */
      transform: translateX(0);
  }
}

.xa-a{width: 100%;padding-top: 80px;padding-bottom: 80px;}
.xa-main{width: 1280px;margin: 0 auto;}
.xa-cont{width: 100%;display: flex;flex-wrap: wrap; background-color: #ffffff;box-shadow: 0px 0px 30px 0px rgba(30, 105, 179, 0.1);border-radius: 20px;border: solid 2px #ffffff;overflow: hidden;}
.xa-left{display: block; width: 25%;background-image: url('../images/wm1.jpg');background-size: cover;background-position: center center;background-repeat: no-repeat;}
.xa-navbox{width: 100%;min-height: 400px;}
.xa-nav{transition: all ease .5s;display: block;cursor: pointer; margin-bottom: 1px;padding: 35px 40px 35px 30px; width: 100%;position: relative;color: #333333;font-size: 16px;line-height: 30px;}
.xa-nav:after{content: '';position: absolute;top: 0;right: 30px;width: 8px;height: 100%;background-image: url('../images/wm1.png'); background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.xa-nav:hover{color: #ffffff;background-color: #0f348c;}
.xa-nav:hover:after{background-image: url('../images/wm1-b.png');}
.xa-nav.active{color: #ffffff;background-color: #0f348c;}
.xa-nav.active:after{background-image: url('../images/wm1-b.png');}

.xa-right{display: block;width: 75%;padding: 20px;font-size: 0;}

.box-s {
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.my-id{position: absolute;top: 0;left: 0;}
.xb-a{position: relative;padding-top: 143px;padding-bottom: 140px; width: 100%;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.xb-main{width: 1280px;margin: 0 auto;}
.xb-titles{width: 100%;margin-bottom: 40px; text-align: center;color: #333333;font-size: 32px;line-height: 42px;}
.xb-textbox{width: 100%;text-align: center;color: #666666;font-size: 16px;line-height: 30px;}
.xb-textbox *{line-height: inherit;max-width: 1000%;}


.xc-a{position: relative;padding-top: 143px;padding-bottom: 135px; width: 100%;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.xc-main{width: 1280px;margin: 0 auto;}
.xc-titles{width: 100%;margin-bottom: 40px; text-align: center;color: #333333;font-size: 32px;line-height: 42px;}
.xc-textbox{width: 100%;text-align: center;color: #666666;font-size: 16px;line-height: 30px;}
.xc-textbox *{line-height: inherit;max-width: 1000%;}

.xd-a{position: relative;padding-top: 90px;padding-bottom: 160px; width: 100%;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.xd-main{width: 1280px;margin: 0 auto;}
.xd-titles{width: 100%;margin-bottom: 75px; text-align: center;color: #333333;font-size: 32px;line-height: 42px;}
.xd-cont{width: 100%;font-size: 0;display: flex;flex-wrap: wrap;}
.xd-item{display: block;width: 32%;padding: 30px 30px 15px;min-height: 500px; margin-right: 1.95%; margin-bottom: 25px;border-radius: 20px;}
.xd-item:hover {
  transform: translateY(-10px);
  background: rgba(6,38,85, .7);
}
.xd-item:nth-child(3n){margin-right: 0;}
.xd-icon{width: 100%; height: 55px;line-height: 55px;}
.xd-icon img{max-width: 100%;max-height: 100%;}
.xd-text{width: 100%;padding-top: 25px;}
.xd-name{width: 100%;margin-bottom: 20px;	color: #fff;font-size: 24px;font-weight: bold;line-height: 34px;}
.xd-textbox{width: 100%;color: #fff;font-size: 16px;line-height: 24px;}
.xd-textbox *{max-width: 100%;line-height: inherit;}
.xd-textbox p{padding-left: 15px;position: relative; margin-bottom: 20px;}
.xd-textbox p span {
  background: transparent!important;
  color: #fff!important;
}
.xd-textbox p:before{content: '';position: absolute;top: 10px;left: 0;width: 5px;height: 5px;background-color: #fff;}

.xe-a{position: relative;padding-top: 125px;padding-bottom: 125px; width: 100%;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.xe-main{width: 1280px;margin: 0 auto;}
.xe-titles{width: 100%;margin-bottom: 40px; text-align: center;color: #333333;font-size: 32px;line-height: 42px;}
.xe-textbox{width: 100%; color: #666666;font-size: 16px;line-height: 30px;}
.xe-textbox *{line-height: inherit;max-width: 1000%;}

.xf-a{position: relative;padding-top: 75px;padding-bottom: 45px; width: 100%;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.xf-main{width: 1280px;margin: 0 auto;}
.xf-titles{width: 100%;margin-bottom: 40px; text-align: center;color: #333333;font-size: 32px;line-height: 42px;}
.xf-textbox{width: 100%; color: #666666;font-size: 16px;line-height: 30px;}
.xf-textbox *{line-height: inherit;max-width: 1000%;}

.xg-a{position: relative;padding-top: 75px;padding-bottom: 80px; width: 100%;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.xg-main{width: 1280px;margin: 0 auto;}
.xg-titles{width: 100%;margin-bottom: 45px; text-align: center;color: #333333;font-size: 32px;line-height: 42px;}
.xg-cont{width: 100%;font-size: 0; display: flex;flex-wrap: wrap;justify-content: center;}
.xg-item{display: block;cursor: pointer;width: 22%;padding: 30px 30px 20px;text-align: center; margin-right: 2.09%;margin-bottom: 25px; background-color: #ffffff;border-radius: 20px;}
.xg-item:nth-child(5n){margin-right: 0;}
.xg-icon{width: 100%;}
.xg-icon img{max-width: none;height: 67px;}
.xg-text{width: 100%;padding-top: 20px;}
.xg-name{width: 100%;color: #666666;font-size: 16px;line-height: 26px;}


.xh-a{position: relative;padding-top: 75px;padding-bottom: 80px;min-height: 760px; width: 100%;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.xh-main{width: 1280px;margin: 0 auto;}
.xh-titles{width: 100%;text-align: center;margin-bottom: 60px;color: #333333;font-size: 36px;line-height: 46px;}
/* .xh-navbox{width: 100%;margin-bottom: 40px; border-bottom: 1px solid #e3e2e3;text-align: center;} */
.xh-navbox {
  display: flex;
  justify-content: center;
}
.xh-nav{
  width: 24%;
  background: #fff;
  display: inline-block;vertical-align: top;position: relative;cursor: pointer;margin: 0 5px; transition: all ease .5s;
}

.xh-nav:hover {
  margin-top: -20px;
  box-shadow: 0 0 1px 1px rgba(237,111,7, .2);
}

/* .xh-nav:after{content: '';position: absolute;bottom: -1px;left: 0;width: 0;overflow: hidden;transition: all ease .5s; height: 2px;background-color: #0f348c;} */
.xh-icon{
  overflow: hidden;
  display: block;
  position: relative;
}
.xh-icon img{width: 100%;height: 200px;transition: .6s;}
.xh-icon img:hover {
  transform: scale(1.1);
}
.xh-classify{
  padding: 0 10px 20px;
  width: 100%;color: #333333;font-size: 18px;line-height: 28px;
} 
.xh-classify-title {
  padding-left: 8px;

  margin: 20px 0 15px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  color: #333333;
}

.xh-classify-title::before {
  content: '';
  height: 100%;
  width: 4px;

  position: absolute;
  left: 0;
  top: 0;

  background-color: #ED6F07;
}

.xh-classify-con {
  font-size: 16px;
  color: #666666;
  line-height: 24px;

  height: 123px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;

  background: #fff;
}
/* .xh-nav.active:after{width: 100%;} */

.xh-cont{width: 100%;padding: 95px 50px 70px; background-color: #ffffff;border-radius: 10px;}
.xh-one{display: none;width: 100%;}
.xh-one.show{display: block;}
.xh-list{width: 100%;font-size: 0;}
.xh-item{display: inline-block;vertical-align: top;cursor: pointer;margin-bottom: 20px; text-align: center; width: 33.33%;padding:0   10px;color: #666666;font-size: 16px;line-height: 28px;}
.xh-item:hover{	color: #1e69b3;}

.toTop {
  animation: totop 1s ease-out;
}


@keyframes totop{
  from {
    opacity: 0;
    /* 初始时元素位于右侧，超出屏幕范围 */
    transform: translateY(50px);
  }
  to {
      opacity: 1;
      /* 结束时元素回到正常位置 */
      transform: translateY(0);
  }
}
